object frmProgress: TfrmProgress
Left = 382
Top = 409
BorderStyle = bsNone
Caption = 'frmProgress'
ClientHeight = 223
ClientWidth = 445
Color = clBlack
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poOwnerFormCenter
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object gdlTopLine: TAxRegDefragGrdDynamicLine
Left = 1
Top = 41
Width = 443
Height = 2
Active = False
Speed = 5
BeginColor = clRed
EndColor = clWhite
end
object pnlTop: TPanel
Left = 1
Top = 1
Width = 443
Height = 40
BevelOuter = bvNone
Color = 13260592
ParentBackground = False
TabOrder = 0
object imgPrgIcon: TImage
Left = 8
Top = 5
Width = 32
Height = 32
Stretch = True
end
object axlAnalyzingRegistry: TAxLabel
Left = 50
Top = 12
Width = 177
Height = 19
WordWrap = False
Quality = smMMXSmoothing4x
Layout = tlCenter
Transparent = True
Caption = 'Analyzing the registry'
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWhite
Font.Height = -16
Font.Name = 'Verdana'
Font.Style = []
ShowAccelChar = True
ParentColor = False
ParentFont = False
end
end
object pnlCenter: TPanel
Left = 1
Top = 43
Width = 443
Height = 142
BevelOuter = bvNone
Color = clWhite
ParentBackground = False
TabOrder = 1
object axlScanningProcent: TAxLabel
Left = 24
Top = 13
Width = 160
Height = 16
WordWrap = False
Transparent = True
Caption = 'Scanning the registry: 0%'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ShowAccelChar = True
ParentFont = False
end
object axlScanningHive: TAxLabel
Left = 24
Top = 63
Width = 235
Height = 16
WordWrap = False
Transparent = True
Caption = 'Scanning registry hive: Registry\Security'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ShowAccelChar = True
ParentFont = False
end
object axlWait: TAxLabel
Left = 24
Top = 86
Width = 399
Height = 51
WordWrap = True
Transparent = True
AutoSize = False
Caption =
'Please wait till the scan is complete. You can stop Regis' +
'try Defrag pressing Esc or Alt+F4 buttons...'
Font.Charset = DEFAULT_CHARSET
Font.Color = clGray
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ShowAccelChar = True
ParentFont = False
end
object prbProgress: TProgressBar
Left = 24
Top = 35
Width = 399
Height = 17
Smooth = True
TabOrder = 0
end
end
object pnlBottom: TPanel
Left = 1
Top = 185
Width = 443
Height = 37
BevelOuter = bvNone
Color = 13260592
ParentBackground = False
TabOrder = 2
end
object tmProgress: TTimer
Enabled = False
Interval = 100
OnTimer = tmProgressTimer
Left = 337
Top = 13
end
end